home *** CD-ROM | disk | FTP | other *** search
- Path: news1.cle.ab.com!usenet
- From: don.phillips@ab.com (Donald-Anthony C. Phillips)
- Newsgroups: comp.lang.c
- Subject: Re: Novice itoa question
- Date: Mon, 18 Mar 1996 17:30:29 GMT
- Organization: The Allen-Bradley Co., Inc
- Distribution: inet
- Message-ID: <4ijrq9$76c@news1.cle.ab.com>
- References: <314c4f44.14893140@news.exis.net>
- NNTP-Posting-Host: abpc386.cle.ab.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- herborn@exis.net (Steve Herborn) wrote:
-
- >Is there a way to convert an entire integer array to an ASCII string
- >arrray?
-
- >convert integer_array[3][11] to char_array[3][?]
-
- >The largest number in the integer array being 999.
-
- >TIA
-
- >Steve
-
- You could loop through and convert each integer in array location
- integer[i] to the char array location character[i] (use spintf??).
-
- Donald-Anthony C. Phillips
- Programmer/Analyst
- Rockwell Automation
- ---------------------------------------
- Allen-Bradley
- don.phillips@ab.com
-
-